home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / linux / announce / 07pl2 < prev    next >
Text File  |  1995-04-22  |  2KB  |  48 lines

  1. This message announces the availability of patch level 2 of version
  2. 0.07 of Linux/68k.
  3.  
  4. It can be ftped from directory /pub/linux/680x0 at tsx-11.mit.edu.
  5.  
  6. A precompiled kernel executable and the Amiga "bootstrap" program can
  7. be found in kern-0.07pl2.tar.gz in the "kernel" subdirectory.  Note
  8. that the new bootstrap program *must* be used to boot the new kernel.
  9.  
  10. The patch for the kernel source can be found in linux-0.07pl2.diffs.gz
  11. in the "src" subdirectory.
  12.  
  13. The changes in this release against 0.07pl1 include:
  14.  
  15. *) More changes for 68040 support.  This time, I have a high
  16.    degree of confidence that the kernel will work on the 68040.
  17.    Thanks to Michael Rausch for his work in this area.  He had the
  18.    kernel working on his 68040 machine.  Hopefully I haven't broken
  19.    his changes while incorporating them into my source.
  20.  
  21. *) Minor Makefile fixes
  22.  
  23. *) Floppy driver fixes
  24.  
  25. *) WD33C93 drivers changed to default to "synchonous SCSI" negotiation.
  26.  
  27. *) Amiga custom chips definition updated to include ECS/AGA registers.
  28.  
  29. *) Amiga bootstrap program (and bootinfo structure) updated to
  30.    determine chipset revision (OCS, ECS, AGA) and pass it to the
  31.    kernel.
  32.  
  33. *) Amiga bootstrap program changed to account for memory used by
  34.    ZKick for ROM images.
  35.  
  36. *) Bug fix to m68k/head.S for Amiga users with memory in the
  37.    0x200000->0xA00000 range.
  38.  
  39. *) Change to make a non-maskable interrupt (interrupt level 7) on the
  40.    Amiga do nothing (RTE).  It appears that certain poorly designed
  41.    3rd party hardware peripherals for the Amiga can result in
  42.    generation of spurious NMIs.
  43.  
  44. DEBUGGING NOTE: The early stages of the kernel startup will send out
  45. characters to the serial port to indicate how far it gets.  The serial
  46. port is set to 9600 baud, 8 bits, one stop bit.  You'll need a NULL
  47. modem to hook it up to a terminal.  The code should assert DTR.
  48.